New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

basscss-base-buttons

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss-base-buttons

Base button styles for Basscss

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
54
decreased by-72.16%
Maintainers
1
Weekly downloads
 
Created
Source

This module has been deprecated in favor of basscss-btn

Base structural styles and resets for buttons are set in this module. All buttons share common padding and height, well suited for tap targets on touchscreen displays, and align with form inputs and selects.

Button elements have styles applied by default. To style input buttons and links, add the .button class.

<div class="mb1">
  <button>Button</button>
  <a href="#!" class="button">Link Button</a>
  <input type="button" class="button" value="Input Button">
</div>

Note: adjusting the line-height and padding variables may require adjustments to form element variables to maintain vertical alignment.

Use the color styles in basscss-color-base, basscss-button-outline, and basscss-button-transparent to adjust the appearance.

Keywords

FAQs

Package last updated on 30 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc